golang.org/x/net/http2.clientConnReadLoop.endStreamError (method)

8 uses

	golang.org/x/net/http2 (current package)
		transport.go#L1890: 				rl.endStreamError(cs, se)
		transport.go#L1946: 		rl.endStreamError(cs, StreamError{
		transport.go#L1975: 		rl.endStreamError(cs, StreamError{
		transport.go#L2303: 		rl.endStreamError(cs, StreamError{
		transport.go#L2311: 		rl.endStreamError(cs, StreamError{
		transport.go#L2320: 			rl.endStreamError(cs, StreamError{
		transport.go#L2370: 			rl.endStreamError(cs, err)
		transport.go#L2397: func (rl *clientConnReadLoop) endStreamError(cs *clientStream, err error) {